Added proper height-for-width implementation to GtkAlignment.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 29 Dec 2010 07:18:04 +0000 (16:18 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 29 Dec 2010 07:18:04 +0000 (16:18 +0900)
commit2fe4e6a81585924194d0cbeb5b86c775879664dd
tree1b03dd92b5af48abcc2837824671246684f519f3
parent7fab89d93f51da02b362660bd0073a12f711d056
Added proper height-for-width implementation to GtkAlignment.

For "padding" cases, it would be ok to fallback on GtkBin class
implementation of height-for-width. However in cases where the
user set's an xscale/yscale the GtkAlignment needs to take care
of properly adjusting the for_size when querying it's child.
gtk/gtkalignment.c